Connect to server via SSH2 [closed]
        Posted  
        
            by 
                SaulTigh
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by SaulTigh
        
        
        
        Published on 2012-07-05T07:18:29Z
        Indexed on 
            2012/07/05
            9:17 UTC
        
        
        Read the original article
        Hit count: 190
        
I'm using http://www.hetzner.de/en/. They send me something like that:
Your Hetzner-Server is now active. Thank you for choosing Hetzner Online as your Web Hosting partner.
You can access your server immediately via SSH2, using following details:
IP-Address: *.*.*.*
Login:      "login"
Password:   "password"
So, I'm trying to connect to this server in this way:
ssh login@*.*.*.*
Then I input my password, but it gives an error "permission denied".
Can anyone tel me why and how can I fix this?
© Server Fault or respective owner